google.golang.org/grpc/internal/transport.bufWriter.pool (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L299: pool *sync.Pool
http_util.go#L311: pool: pool,
http_util.go#L329: b := w.pool.Get().(*[]byte)
http_util.go#L351: if w.buf != nil && w.pool != nil {
http_util.go#L353: w.pool.Put(&b)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)